PubNubFileType

interface PubNubFileType

Properties

Link copied to clipboard
abstract var data: dynamic
Link copied to clipboard
abstract var mimeType: String
Link copied to clipboard
abstract var name: String

Functions

Link copied to clipboard
abstract fun create(config: Any): PubNub.PubNubFileType
Link copied to clipboard
abstract fun toArrayBuffer(): ArrayBuffer
Link copied to clipboard
abstract fun toBlob(): Blob
Link copied to clipboard
abstract fun toFile(): File
Link copied to clipboard
abstract override fun toString(): String